-
Notifications
You must be signed in to change notification settings - Fork 170
Teach gather_port_vars about subpackages #1222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
List subpackages rather than the parent package if the origin specifies a subpackage. This fixes pkgclean, which would otherwise remove subpackages even if they're explicitly listed in the to-keep file.
|
Did you run the test suite? |
|
The test suite produces a number of failures for me, even without this patch. It's not clear to me if that's a real problem or just a flaky test. I'd certainly not expect my patch to re-order things, at least not as long as no sub packages are involved. |
|
Which commit hash are you testing on? |
|
Is there anything I can/need to do to push this forward? |
|
I need to find time to integrate it with extra tests I have for subpackages. I'm sure this fixes something, but it's a complex feature. As is incremental is completely broken with subpackages. So I am cautious about introducing more change to it. I'll try to find time in the next few weeks to bring in your PR. |
|
Do you have the extra tests in a branch somewhere? |
List subpackages in addition to the parent package if the origin specifies a subpackage.
This fixes pkgclean, which would otherwise remove subpackages even if they're explicitly listed in the to-keep file.